subnet beginning_add enning_add mask assignment 1 192.168.1.0 192.168.1.31 255.255.255.224 2 192.168.1.32 192.168.1.63 255.255.255.224 3 192.168.1.64 192.168.1.95 255.255.255.224 4 192.168.1.96 192.168.1.127 255.255.255.224 LAB 124-C LAN subnet 5 192.168.1.128 192.168.1.143 255.255.255.240 6 192.168.1.144 192.168.1.159 255.255.255.240 LAB 214-A LAN subnet -------------------------------------------------------------------------------------- cavo console da 124-1 a CS Department // // // 124-5 a LAB 124-C Switch // // // 214-1 a LAB 214-A Switch -------------------------------------------------------------------------------------- 124-1 -> TERMINAL: >en #conf term #int g0/0 #ip add 192.168.1.126 255.255.255.224 #no sh #exit #int g0/1 #ip add 192.168.1.158 255.255.255.240 #no sh #exit -------------------------------------------------------------------------------------- 214-1 -> TERMINAL: >en #conf term #int vlan 1 ip add 192.168.1.157 255.255.255.240 #no sh -------------------------------------------------------------------------------------- 124-1 -> IP CONFIGURATION: IP: 192.168.1.97 SM: 255.255.255.224 GATEWAY: 192.168.1.126 -------------------------------------------------------------------------------------- 124-5 -> IP CONFIGURATION: IP: 192.168.1.98 SM: 255.255.255.224 GATEWAY: 192.168.1.126 -------------------------------------------------------------------------------------- 214-1 -> IP CONFIGURATION: IP: 192.168.1.145 SM: 255.255.255.240 GATEWAY: 192.168.1.158 -------------------------------------------------------------------------------------- TFTP SERVER -> IP CONFIGURATION: IP: 192.168.1.146 SM: 255.255.255.240 GATEWAY: 192.168.1.158 -------------------------------------------------------------------------------------- 124-1 -> TERMINAL: #hostname Middle #enable secret cisco #line console 0 #password class #login #exit #security passwords min-length 10 #service password-encryption #ip domain-name cisco.com #crypto key generate rsa 1024 (invio x2) #username netadmin secret Cisco_CCNA5 #int g0/0 #ipv6 add (indirizzo tabella)/64 #ipv6 add fe80::1 link-local #description To_LAB_124_C_Switch #exit #int g0/1 #ipv6 add (indirizzo tabella)/64 #ipv6 add fe80::1 link-local #description To_LAB_214_A_Switch ------------------------------------------------------------------------------------- 214-1 -> TERMINAL: >en #conf term #line vty 0 4 #password class #login #exit #ip default-gateway 192.168.1.158 ------------------------------------------------------------------------------------- 124-1 -> IP CONFIGURATION: IPV6 tabella + gateway: fe80::1; anche per 124-5, 214-1 e TFTP SERVER (controllare servizio tftp attivo: TFTP SERVER -> SERVICES -> TFTP -> ON) ------------------------------------------------------------------------------------- 124-1 -> TERMINAL: #exit (x2) #copy running-config tftp 192.168.1.146 (invio) #conf term #banner motd #welcome# #line vty 0 4 #login local #transport input shh